﻿2026-08-01T10:04:59.3651395Z ##[group]Run actions/checkout@v5
2026-08-01T10:04:59.3652235Z with:
2026-08-01T10:04:59.3652906Z   fetch-depth: 0
2026-08-01T10:04:59.3653482Z   repository: BigscreenVR/spt-bs-core
2026-08-01T10:04:59.3658535Z   token: ***
2026-08-01T10:04:59.3659050Z   ssh-strict: true
2026-08-01T10:04:59.3659567Z   ssh-user: git
2026-08-01T10:04:59.3660115Z   persist-credentials: true
2026-08-01T10:04:59.3660709Z   clean: true
2026-08-01T10:04:59.3661248Z   sparse-checkout-cone-mode: true
2026-08-01T10:04:59.3661898Z   fetch-tags: false
2026-08-01T10:04:59.3662529Z   show-progress: true
2026-08-01T10:04:59.3663101Z   lfs: false
2026-08-01T10:04:59.3663588Z   submodules: false
2026-08-01T10:04:59.3664116Z   set-safe-directory: true
2026-08-01T10:04:59.3664755Z   allow-unsafe-pr-checkout: false
2026-08-01T10:04:59.3666459Z ##[endgroup]
2026-08-01T10:04:59.5647839Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-01T10:04:59.5649588Z ##[group]Getting Git version info
2026-08-01T10:04:59.5650516Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-08-01T10:04:59.5962732Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-08-01T10:04:59.6177886Z git version 2.43.0.windows.1
2026-08-01T10:04:59.6201333Z ##[endgroup]
2026-08-01T10:04:59.6209602Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\7818c116-204a-451f-940d-e5c21ba06294\.gitconfig'
2026-08-01T10:04:59.6224416Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\7818c116-204a-451f-940d-e5c21ba06294' before making global git config changes
2026-08-01T10:04:59.6226324Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T10:04:59.6229412Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-08-01T10:04:59.6475836Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-08-01T10:04:59.6679166Z https://github.com/BigscreenVR/spt-bs-core
2026-08-01T10:04:59.6716472Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-01T10:04:59.6720698Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-01T10:04:59.6950222Z refs/heads/golden/handrail
2026-08-01T10:04:59.6973675Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-08-01T10:04:59.7956303Z HEAD is now at 68e50a90 release: v0.50.0 — HANDRAIL (releases#69)
2026-08-01T10:04:59.9668673Z ##[endgroup]
2026-08-01T10:04:59.9672015Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-08-01T10:05:00.3823037Z ##[group]Cleaning the repository
2026-08-01T10:05:00.3828968Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-08-01T10:05:16.5609193Z Removing .adapter-notify/
2026-08-01T10:05:16.5609852Z Removing target/
2026-08-01T10:05:16.5642352Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-08-01T10:05:16.6276146Z HEAD is now at 68e50a90 release: v0.50.0 — HANDRAIL (releases#69)
2026-08-01T10:05:16.6302950Z ##[endgroup]
2026-08-01T10:05:16.6307983Z ##[group]Disabling automatic garbage collection
2026-08-01T10:05:16.6312878Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-08-01T10:05:16.6597196Z ##[endgroup]
2026-08-01T10:05:16.6606712Z ##[group]Setting up auth
2026-08-01T10:05:16.6607417Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-01T10:05:16.6891048Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-01T10:05:17.1228942Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T10:05:17.1496078Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-08-01T10:05:17.5513069Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T10:05:17.5777704Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-01T10:05:18.0167712Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-01T10:05:18.0549810Z ##[endgroup]
2026-08-01T10:05:18.0550252Z ##[group]Fetching the repository
2026-08-01T10:05:18.0562794Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-08-01T10:05:23.5122459Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-01T10:05:23.5123151Z  * [new branch]          build/handrail-w1-guard -> origin/build/handrail-w1-guard
2026-08-01T10:05:23.5123877Z  * [new branch]          build/handrail-w2-trust-cadence -> origin/build/handrail-w2-trust-cadence
2026-08-01T10:05:23.5124618Z  * [new branch]          build/handrail-w3-cli-honesty -> origin/build/handrail-w3-cli-honesty
2026-08-01T10:05:23.5125346Z  * [new branch]          build/handrail-w4-fork-surface -> origin/build/handrail-w4-fork-surface
2026-08-01T10:05:23.5125996Z  * [new branch]          spec/sealed-code-grill  -> origin/spec/sealed-code-grill
2026-08-01T10:05:23.5271152Z [command]"C:\Program Files\Git\cmd\git.exe" branch --list --remote origin/golden/handrail
2026-08-01T10:05:23.5800482Z   origin/golden/handrail
2026-08-01T10:05:23.5825583Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse refs/remotes/origin/golden/handrail
2026-08-01T10:05:23.6046416Z 68e50a90602578669b8ee5db9be5332bd49ecadf
2026-08-01T10:05:23.6067932Z ##[endgroup]
2026-08-01T10:05:23.6068846Z ##[group]Determining the checkout info
2026-08-01T10:05:23.6069356Z ##[endgroup]
2026-08-01T10:05:23.6073755Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-08-01T10:05:23.6381457Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-08-01T10:05:23.6623776Z ##[group]Checking out the ref
2026-08-01T10:05:23.6631280Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B golden/handrail refs/remotes/origin/golden/handrail
2026-08-01T10:05:23.7310118Z branch 'golden/handrail' set up to track 'origin/golden/handrail'.
2026-08-01T10:05:23.7310687Z Your branch is up to date with 'origin/golden/handrail'.
2026-08-01T10:05:23.7311232Z Switched to and reset branch 'golden/handrail'
2026-08-01T10:05:23.7334747Z ##[endgroup]
2026-08-01T10:05:23.7617863Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-08-01T10:05:23.7868561Z 68e50a90602578669b8ee5db9be5332bd49ecadf
